home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_02_04
/
2n04018a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-02-09
|
266 b
|
14 lines
/*
* KEYS.H Copyright (C) 1990 by Mark R. Nelson
*
* This routine contains the constants and function prototypes needed to
* use the functions in KEYS.C
*/
#define F1 15104
#define F2 15360
#define F3 15616
#define F4 15872
int getkey( void );